From 61fadf63b01e457f3623676cc59d642e3e2d27be Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 9 Sep 2014 15:51:28 -0700 Subject: [PATCH] Fix some minor typos --- src/doc/source/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/source/faq.md b/src/doc/source/faq.md index e571f5b17..2ee3c974e 100644 --- a/src/doc/source/faq.md +++ b/src/doc/source/faq.md @@ -133,9 +133,9 @@ recompiled for all users of the library. If a library ends up being used transitively by several dependencies, it's likely that just a single copy of the library is desired (based on semver compatibility). If all libraries were to check in their `Cargo.lock`, then -multiple copies of the library would be used, and perhaps evan a version +multiple copies of the library would be used, and perhaps even a version conflict. In other words, libraries specify semver requirements for their dependencies but -cannot see the full picture. Only ends products like binaries have a full +cannot see the full picture. Only end products like binaries have a full picture to decide what versions of dependencies should be used. -- 2.30.2